[INFO] cloning repository https://github.com/jorenham/boost-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jorenham/boost-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorenham%2Fboost-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorenham%2Fboost-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8887b4ce8818eb120507eba88cfcc4e09704330d
[INFO] fixing jorenham/boost-rust against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorenham%2Fboost-rust" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jorenham/boost-rust
[INFO] finished tweaking git repo https://github.com/jorenham/boost-rust
[INFO] tweaked toml for git repo https://github.com/jorenham/boost-rust written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jorenham/boost-rust on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jorenham/boost-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 863c777d133afd75ec80ed1dc878742840867e6db140ca2d24e2219b47f642b3
[INFO] running `Command { std: "docker" "start" "863c777d133afd75ec80ed1dc878742840867e6db140ca2d24e2219b47f642b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "863c777d133afd75ec80ed1dc878742840867e6db140ca2d24e2219b47f642b3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "863c777d133afd75ec80ed1dc878742840867e6db140ca2d24e2219b47f642b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "863c777d133afd75ec80ed1dc878742840867e6db140ca2d24e2219b47f642b3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling boost v0.0.5+1.90.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp:126:30: error: 'complex' in namespace 'boost::math' does not name a template type
[INFO] [stderr] warning: boost@0.0.5+1.90.0:   126 | using cdouble = boost::math::complex<double>;
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |                              ^~~~~~~
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp: In function 'void math_cyl_hankel_1(double, double, double*, double*)':
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp:265:5: error: 'cdouble' was not declared in this scope; did you mean 'double'?
[INFO] [stderr] warning: boost@0.0.5+1.90.0:   265 |     cdouble out = cyl_hankel_1(nu, x);
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |     ^~~~~~~
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |     double
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp:266:15: error: 'out' was not declared in this scope
[INFO] [stderr] warning: boost@0.0.5+1.90.0:   266 |     *out_re = out.real();
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |               ^~~
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp: In function 'void math_cyl_hankel_2(double, double, double*, double*)':
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp:270:5: error: 'cdouble' was not declared in this scope; did you mean 'double'?
[INFO] [stderr] warning: boost@0.0.5+1.90.0:   270 |     cdouble out = cyl_hankel_2(nu, x);
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |     ^~~~~~~
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |     double
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp:271:15: error: 'out' was not declared in this scope
[INFO] [stderr] warning: boost@0.0.5+1.90.0:   271 |     *out_re = out.real();
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |               ^~~
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp: In function 'void math_sph_hankel_1(double, double, double*, double*)':
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp:275:5: error: 'cdouble' was not declared in this scope; did you mean 'double'?
[INFO] [stderr] warning: boost@0.0.5+1.90.0:   275 |     cdouble out = sph_hankel_1(nu, x);
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |     ^~~~~~~
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |     double
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp:276:15: error: 'out' was not declared in this scope
[INFO] [stderr] warning: boost@0.0.5+1.90.0:   276 |     *out_re = out.real();
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |               ^~~
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp: In function 'void math_sph_hankel_2(double, double, double*, double*)':
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp:280:5: error: 'cdouble' was not declared in this scope; did you mean 'double'?
[INFO] [stderr] warning: boost@0.0.5+1.90.0:   280 |     cdouble out = sph_hankel_2(nu, x);
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |     ^~~~~~~
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |     double
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp:281:15: error: 'out' was not declared in this scope
[INFO] [stderr] warning: boost@0.0.5+1.90.0:   281 |     *out_re = out.real();
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |               ^~~
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp: In function 'void math_spherical_harmonic(unsigned int, int, double, double, double*, double*)':
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp:421:5: error: 'cdouble' was not declared in this scope; did you mean 'double'?
[INFO] [stderr] warning: boost@0.0.5+1.90.0:   421 |     cdouble out = spherical_harmonic(n, m, theta, phi);
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |     ^~~~~~~
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |     double
[INFO] [stderr] warning: boost@0.0.5+1.90.0: wrapper.cpp:422:15: error: 'out' was not declared in this scope
[INFO] [stderr] warning: boost@0.0.5+1.90.0:   422 |     *out_re = out.real();
[INFO] [stderr] warning: boost@0.0.5+1.90.0:       |               ^~~
[INFO] [stderr] error: failed to run custom build command for `boost v0.0.5+1.90.0 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/boost-57a0ac287097b465/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_FORCE_DISABLE
[INFO] [stderr]   CC_FORCE_DISABLE = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:warning=wrapper.cpp:126:30: error: 'complex' in namespace 'boost::math' does not name a template type
[INFO] [stderr]   cargo:warning=  126 | using cdouble = boost::math::complex<double>;
[INFO] [stderr]   cargo:warning=      |                              ^~~~~~~
[INFO] [stderr]   cargo:warning=wrapper.cpp: In function 'void math_cyl_hankel_1(double, double, double*, double*)':
[INFO] [stderr]   cargo:warning=wrapper.cpp:265:5: error: 'cdouble' was not declared in this scope; did you mean 'double'?
[INFO] [stderr]   cargo:warning=  265 |     cdouble out = cyl_hankel_1(nu, x);
[INFO] [stderr]   cargo:warning=      |     ^~~~~~~
[INFO] [stderr]   cargo:warning=      |     double
[INFO] [stderr]   cargo:warning=wrapper.cpp:266:15: error: 'out' was not declared in this scope
[INFO] [stderr]   cargo:warning=  266 |     *out_re = out.real();
[INFO] [stderr]   cargo:warning=      |               ^~~
[INFO] [stderr]   cargo:warning=wrapper.cpp: In function 'void math_cyl_hankel_2(double, double, double*, double*)':
[INFO] [stderr]   cargo:warning=wrapper.cpp:270:5: error: 'cdouble' was not declared in this scope; did you mean 'double'?
[INFO] [stderr]   cargo:warning=  270 |     cdouble out = cyl_hankel_2(nu, x);
[INFO] [stderr]   cargo:warning=      |     ^~~~~~~
[INFO] [stderr]   cargo:warning=      |     double
[INFO] [stderr]   cargo:warning=wrapper.cpp:271:15: error: 'out' was not declared in this scope
[INFO] [stderr]   cargo:warning=  271 |     *out_re = out.real();
[INFO] [stderr]   cargo:warning=      |               ^~~
[INFO] [stderr]   cargo:warning=wrapper.cpp: In function 'void math_sph_hankel_1(double, double, double*, double*)':
[INFO] [stderr]   cargo:warning=wrapper.cpp:275:5: error: 'cdouble' was not declared in this scope; did you mean 'double'?
[INFO] [stderr]   cargo:warning=  275 |     cdouble out = sph_hankel_1(nu, x);
[INFO] [stderr]   cargo:warning=      |     ^~~~~~~
[INFO] [stderr]   cargo:warning=      |     double
[INFO] [stderr]   cargo:warning=wrapper.cpp:276:15: error: 'out' was not declared in this scope
[INFO] [stderr]   cargo:warning=  276 |     *out_re = out.real();
[INFO] [stderr]   cargo:warning=      |               ^~~
[INFO] [stderr]   cargo:warning=wrapper.cpp: In function 'void math_sph_hankel_2(double, double, double*, double*)':
[INFO] [stderr]   cargo:warning=wrapper.cpp:280:5: error: 'cdouble' was not declared in this scope; did you mean 'double'?
[INFO] [stderr]   cargo:warning=  280 |     cdouble out = sph_hankel_2(nu, x);
[INFO] [stderr]   cargo:warning=      |     ^~~~~~~
[INFO] [stderr]   cargo:warning=      |     double
[INFO] [stderr]   cargo:warning=wrapper.cpp:281:15: error: 'out' was not declared in this scope
[INFO] [stderr]   cargo:warning=  281 |     *out_re = out.real();
[INFO] [stderr]   cargo:warning=      |               ^~~
[INFO] [stderr]   cargo:warning=wrapper.cpp: In function 'void math_spherical_harmonic(unsigned int, int, double, double, double*, double*)':
[INFO] [stderr]   cargo:warning=wrapper.cpp:421:5: error: 'cdouble' was not declared in this scope; did you mean 'double'?
[INFO] [stderr]   cargo:warning=  421 |     cdouble out = spherical_harmonic(n, m, theta, phi);
[INFO] [stderr]   cargo:warning=      |     ^~~~~~~
[INFO] [stderr]   cargo:warning=      |     double
[INFO] [stderr]   cargo:warning=wrapper.cpp:422:15: error: 'out' was not declared in this scope
[INFO] [stderr]   cargo:warning=  422 |     *out_re = out.real();
[INFO] [stderr]   cargo:warning=      |               ^~~
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++20" "-I" "subprojects/boost_math/math/include" "-Werror" "-Wall" "-Wextra" "-Wno-maybe-uninitialized" "-Wno-unused-parameter" "-o" "/opt/rustwide/target/debug/build/boost-5bae39db7a46a4cd/out/97cc2182c72ccc3b-wrapper.o" "-c" "wrapper.cpp"
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "863c777d133afd75ec80ed1dc878742840867e6db140ca2d24e2219b47f642b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "863c777d133afd75ec80ed1dc878742840867e6db140ca2d24e2219b47f642b3", kill_on_drop: false }`
[INFO] [stdout] 863c777d133afd75ec80ed1dc878742840867e6db140ca2d24e2219b47f642b3
